home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1989 / Jul 89 / W0098-Re MacApp 2.0B9 Per-Jul89 < prev    next >
Encoding:
Text File  |  1991-03-06  |  794 b   |  25 lines  |  [TEXT/GEOL]

  1. Item    3781381                         19-July-89        22:18
  2.  
  3. From:   MOOF                            Rollin, Keith A, APL
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    Re- MacApp 2.0B9 PerformCmd…
  8.  
  9. Jean-Davis,
  10.  
  11. While technically you are correct, TApplication.PerformCommand will still work.
  12. The master pointer is not set to NIL, and the data is not erased from memory,
  13. so accessing it will still work.
  14.  
  15. However, I think that this a lucky side-effect, and TApplication.PerformCommand
  16. could easily be made more robust - as you pointed out. There is nothing that
  17. says that a master pointer will be valid immediately after a DisposHandle, so
  18. this side-effect may change in the future.
  19.  
  20. Thanks for pointing this out!
  21.  
  22. - Keith Rollin
  23. - Apple Developer Technical Support
  24.  
  25.